-- card: 13688 from stack: in.0 -- bmap block id: 12939 -- flags: 4000 -- background id: 4734 -- name: USAC1.2 -- part 4 (button) -- low flags: 00 -- high flags: A003 -- rect: left=325 top=93 right=115 bottom=489 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Which Macintosh?É ----- HyperTalk script ----- on mouseUp -- College Student Solution determineSoftware -- bg script put char 4 of short name of this card into whichCategory repeat with i = 10 to 15 set cursor to busy if the hilight of cd btn i = true then goSolution whichCategory,2.2 exit mouseUp end if end repeat repeat with i = 2 to 9 set cursor to busy if the hilight of cd btn i = true then goSolution whichCategory,2.1 exit mouseUp end if end repeat answer "Please select at least one software category." end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: A005 -- rect: left=79 top=224 right=245 bottom=244 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Document Processing ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: A005 -- rect: left=289 top=204 right=225 bottom=423 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Spreadsheets ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: A005 -- rect: left=79 top=184 right=205 bottom=213 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Database ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: A005 -- rect: left=79 top=244 right=265 bottom=213 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: E-Mail ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: A005 -- rect: left=79 top=264 right=285 bottom=218 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Library Access ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: A005 -- rect: left=289 top=144 right=165 bottom=413 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Presentations ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: A005 -- rect: left=79 top=204 right=225 bottom=218 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Discipline Specific Software ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: A005 -- rect: left=79 top=164 right=185 bottom=230 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Bibliographic Tools ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: A005 -- rect: left=79 top=284 right=305 bottom=306 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Modeling and Simulation Tools ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: A005 -- rect: left=289 top=164 right=185 bottom=466 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Publishing ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: A005 -- rect: left=289 top=184 right=205 bottom=460 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Software Engineering ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: A005 -- rect: left=79 top=144 right=165 bottom=255 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Authoring Tools ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: A005 -- rect: left=289 top=224 right=245 bottom=455 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Statistics and Math ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part 19 (button) -- low flags: 00 -- high flags: A005 -- rect: left=289 top=244 right=265 bottom=428 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Unix ----- HyperTalk script ----- on mouseUp if the hilight of me is true then putMeInList (short name of me) else getMeOutOfList (short name of me) end mouseUp -- part contents for background part 1 ----- text ----- USAC1.2 -- part contents for background part 3 ----- text ----- 39 -- part contents for background part 7 ----- text ----- Click to select the software categories that interest you, then click the “Which Macintosh?…” button to see the recommended Macintosh.